Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(String[]) Method
Array containing the file names of the entries to be added to the zip file.

In This Topic
    Add(String[]) Method
    In This Topic
    Adds a list of entries to the current zip file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal fileNames() As String _
    ) 
    public void Add( 
       string[] fileNames
    )

    Parameters

    fileNames
    Array containing the file names of the entries to be added to the zip file.
    See Also